Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.opensocial.server.requestcontroller.contrib

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.opensocial.server.requestcontroller.contrib">

    <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
                   point="filterConfig">

        <filterConfig name="opensocial"
                  transactional="true" buffered="false" synchonize="true">
            <pattern>${org.nuxeo.ecm.contextPath}/opensocial.*</pattern>
        </filterConfig>
    </extension>
    
</component>